| FindElementsT | Returns all objects of the specified type, for example all cells, all comments or all shapes, from the whole workbook. |
| FindElementsT(PredicateT) | Returns all objects of the specified type which match the specified condition. |
| FindElementsT(PredicateT, SearchScope) | Returns all objects of the specified type which match the specified condition. |